home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18451 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: nntp.snfc21.pbi.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.lang.c,comp.lang.c++,rec.games.programmer
  4. Subject: Re: ! Read me and State your opinion.
  5. Date: 20 Apr 1996 17:45:36 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4lb7s0$hup@nntp.snfc21.pbi.net>
  8. References: <4kegoq$f2d$1@mhadg.production.compuserve.com> <4kfle4$haf@newsbf02.news.aol.com> <4kmntl$jc0@texas.nwlink.com> <4kuv1k$ <19960419.132249.755914.NETNEWS@WVNVM.WVNET.EDU>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-32.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In <19960419.132249.755914.NETNEWS@WVNVM.WVNET.EDU>, mbrown@olie.wvitcoe.wvnet.edu (Myron Brown) writes:
  14. >:         C++ is C, with a little extra added on. Dont call it High level, I
  15. >: consider it an insult.... :) At least call it "A tad above middle level, but
  16. >: way under high level."
  17.  
  18. >  I agree.  This kind of categorization of languages is based on levels
  19. >of abstraction from the hardware, and C and C++ are the same in that respect.
  20.  
  21. Check. The introduction of an object-oriented facade (a la C++) doesn't nessessarily
  22. bring a language up in levels. C++'s continued major reliance on the pointer concept
  23. and ability to directly manipulate the machine at the hardware level when the
  24. programmer so elects keeps it squarely in the mid level range, in my opinion. One
  25. could put an oo wrapper on any language I think...
  26. Java with its true oo implemenbtation probably rates it as a 3gl.
  27.  
  28.